← Index
NYTProf Performance Profile   
For /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
  Run on Tue Oct 15 11:58:52 2013
Reported on Tue Oct 15 12:02:25 2013

Filename(eval 1027)[/usr/share/perl5/YAML/Base.pm:73]
StatementsExecuted 1 statements in 6µs
Eval Invoked At/usr/share/perl5/YAML/Base.pm line 73
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
0000s0sYAML::Base::::__ANON__[:7]YAML::Base::__ANON__[:7]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1sub {
2 return $_[0]->{dumper_object} = do { my $self = $_[0]; $self->init_action_object("dumper") }
3 unless $#_ > 0 or defined $_[0]->{dumper_object};
4 return $_[0]->{dumper_object} unless $#_ > 0;
5 $_[0]->{dumper_object} = $_[1];
6 return $_[0]->{dumper_object};
7}
8
916µs;